Method: MongoMapper::Plugins::Associations::ManyDocumentsProxy#<<
- Defined in:
- lib/mongo_mapper/plugins/associations/many_documents_proxy.rb
#<<(*docs) ⇒ Object Also known as: push, concat
44 45 46 47 48 |
# File 'lib/mongo_mapper/plugins/associations/many_documents_proxy.rb', line 44 def <<(*docs) ensure_owner_saved flatten_deeper(docs).each { |doc| apply_scope(doc).save } reset end |